RegistryItem.Value Function

Returns the RegistryItem value as a Variant. Index refers to a Key contained in the RegisteryItem.

Syntax

result = RegistryItem.Value( Index )

Parameters

Index

Integer

Return Value

Result

Variant

Notes

If Index is greater than KeyCount, then an OutOfBoundsException is raised.